Function LLVMGetNextGlobal

Source
pub(crate) unsafe extern "C" fn LLVMGetNextGlobal(
    GlobalVar: &Value,
) -> Option<&Value>