Function LLVMGetTypeByName2

Source
#[no_mangle]
pub extern "C" fn LLVMGetTypeByName2(
    C: LLVMContextRef,
    Name: *const c_char,
) -> LLVMTypeRef