pub unsafe fn TestApplyPatchToFileW<P0, P1>(
    patchfilename: P0,
    oldfilename: P1,
    applyoptionflags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,