Function LLVMGetFirstGlobal

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