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