pub unsafe extern "C" fn LLVMConstInBoundsGEP(
    ConstantVal: LLVMValueRef,
    ConstantIndices: *mut LLVMValueRef,
    NumIndices: c_uint
) -> LLVMValueRef
👎Deprecated since 14.0: Use LLVMConstInBoundsGEP2 instead to support opaque pointers.