pub unsafe fn ApplyPatchToFileExW<P0, P1, P2>(
    patchfilename: P0,
    oldfilename: P1,
    newfilename: P2,
    applyoptionflags: u32,
    progresscallback: PPATCH_PROGRESS_CALLBACK,
    callbackcontext: Option<*const c_void>
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,