Function windows::Win32::System::Registry::RegDeleteValueW

pub unsafe fn RegDeleteValueW<P0, P1>(hkey: P0, lpvaluename: P1) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCWSTR>,