Function windows::Win32::System::Registry::RegRenameKey

pub unsafe fn RegRenameKey<P0, P1, P2>(
    hkey: P0,
    lpsubkeyname: P1,
    lpnewkeyname: P2,
) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,