Function windows::Win32::System::Registry::RegDeleteKeyExW

pub unsafe fn RegDeleteKeyExW<P0, P1>(
    hkey: P0,
    lpsubkey: P1,
    samdesired: u32,
    reserved: u32,
) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCWSTR>,