pub unsafe fn CreatePatchFileByHandles<P0, P1, P2>(
    oldfilehandle: P0,
    newfilehandle: P1,
    patchfilehandle: P2,
    optionflags: u32,
    optiondata: Option<*const PATCH_OPTION_DATA>
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>, P2: IntoParam<HANDLE>,