pub unsafe extern "C" fn LLVMAddInternalizePassWithMustPreservePredicate(
    PM: LLVMPassManagerRef,
    Context: *mut c_void,
    MustPreserve: Option<extern "C" fn(_: LLVMValueRef, _: *mut c_void) -> LLVMBool>
)