Function LLVMGetNamedFunction

Source
pub(crate) unsafe extern "C" fn LLVMGetNamedFunction(
    M: &Module,
    Name: *const c_char,
) -> Option<&Value>