Function LLVMGetNamedFunction

Source
pub unsafe extern "C" fn LLVMGetNamedFunction(
    M: *mut LLVMModule,
    Name: *const i8,
) -> *mut LLVMValue