pub unsafe fn ExtractPatchHeaderToFileW<P0, P1>(
    patchfilename: P0,
    patchheaderfilename: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,