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