Function CreatePatchFileW
pub unsafe fn CreatePatchFileW<P0, P1, P2>(
oldfilename: P0,
newfilename: P1,
patchfilename: P2,
optionflags: u32,
optiondata: Option<*const PATCH_OPTION_DATA>,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,