Function LLVMBuildGEP

Source
pub unsafe extern "C" fn LLVMBuildGEP(
    B: *mut LLVMBuilder,
    Pointer: *mut LLVMValue,
    Indices: *mut *mut LLVMValue,
    NumIndices: u32,
    Name: *const i8,
) -> *mut LLVMValue