pub unsafe fn ApplyPatchToFileByHandlesEx<P0, P1, P2>(
    patchfilehandle: P0,
    oldfilehandle: P1,
    newfilehandle: P2,
    applyoptionflags: u32,
    progresscallback: PPATCH_PROGRESS_CALLBACK,
    callbackcontext: Option<*const c_void>
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>, P2: IntoParam<HANDLE>,