LLVMGetTypeByName

Function LLVMGetTypeByName 

Source
pub unsafe extern "C" fn LLVMGetTypeByName(
    M: LLVMModuleRef,
    Name: *const c_char,
) -> LLVMTypeRef
👎Deprecated since 120.0.0: Use LLVMGetTypeByName2 instead