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: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,