windows::Win32::System::ApplicationInstallationAndServicing

Function CreatePatchFileExA

pub unsafe fn CreatePatchFileExA<P2, P3>(
    oldfileinfoarray: &[PATCH_OLD_FILE_INFO_A],
    newfilename: P2,
    patchfilename: P3,
    optionflags: u32,
    optiondata: Option<*const PATCH_OPTION_DATA>,
    progresscallback: PPATCH_PROGRESS_CALLBACK,
    callbackcontext: Option<*const c_void>,
) -> BOOL
where P2: Param<PCSTR>, P3: Param<PCSTR>,