pub unsafe fn CreatePatchFileExW<P0, P1>(
oldfileinfoarray: &[PATCH_OLD_FILE_INFO_W],
newfilename: P0,
patchfilename: P1,
optionflags: u32,
optiondata: Option<*const PATCH_OPTION_DATA>,
progresscallback: PPATCH_PROGRESS_CALLBACK,
callbackcontext: Option<*const c_void>,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,