Function RegDeleteKeyValueW
pub unsafe fn RegDeleteKeyValueW<P1, P2>(
hkey: HKEY,
lpsubkey: P1,
lpvaluename: P2,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
pub unsafe fn RegDeleteKeyValueW<P1, P2>(
hkey: HKEY,
lpsubkey: P1,
lpvaluename: P2,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,