Function LLVMGetFirstFunction

Source
pub(crate) unsafe extern "C" fn LLVMGetFirstFunction(
    M: &Module,
) -> Option<&Value>