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