pub unsafe fn RegReplaceKeyW<P0, P1, P2, P3>(
    hkey: P0,
    lpsubkey: P1,
    lpnewfile: P2,
    lpoldfile: P3
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,