Function windows::Win32::UI::Shell::SHDeleteValueA

pub unsafe fn SHDeleteValueA<P0, P1, P2>(
    hkey: P0,
    pszsubkey: P1,
    pszvalue: P2
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,