pub unsafe fn CreatePatchFileByHandlesEx<P0, P1>(
    oldfileinfoarray: &[PATCH_OLD_FILE_INFO_H],
    newfilehandle: P0,
    patchfilehandle: P1,
    optionflags: u32,
    optiondata: Option<*const PATCH_OPTION_DATA>,
    progresscallback: PPATCH_PROGRESS_CALLBACK,
    callbackcontext: Option<*const c_void>,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<HANDLE>,