Function LLVMConstGEP

Source
pub unsafe extern "C" fn LLVMConstGEP(
    ConstantVal: *mut LLVMValue,
    ConstantIndices: *mut *mut LLVMValue,
    NumIndices: u32,
) -> *mut LLVMValue