Function LLVMConstGEPWithNoWrapFlags

Source
#[no_mangle]
pub extern "C" fn LLVMConstGEPWithNoWrapFlags(
    Ty: LLVMTypeRef,
    ConstantVal: LLVMValueRef,
    ConstantIndices: *mut LLVMValueRef,
    NumIndices: c_uint,
    NoWrapFlags: LLVMGEPNoWrapFlags,
) -> LLVMValueRef