pub unsafe fn ApplyPatchToFileByHandles<P0, P1, P2>(
    patchfilehandle: P0,
    oldfilehandle: P1,
    newfilehandle: P2,
    applyoptionflags: u32
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>, P2: IntoParam<HANDLE>,