Function RegRenameKey
pub unsafe fn RegRenameKey<P1, P2>(
hkey: HKEY,
lpsubkeyname: P1,
lpnewkeyname: P2,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
pub unsafe fn RegRenameKey<P1, P2>(
hkey: HKEY,
lpsubkeyname: P1,
lpnewkeyname: P2,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,