Function SHDeleteValueW
pub unsafe fn SHDeleteValueW<P1, P2>(
    hkey: HKEY,
    pszsubkey: P1,
    pszvalue: P2,
) -> WIN32_ERRORwhere
    P1: Param<PCWSTR>,
    P2: Param<PCWSTR>,pub unsafe fn SHDeleteValueW<P1, P2>(
    hkey: HKEY,
    pszsubkey: P1,
    pszvalue: P2,
) -> WIN32_ERRORwhere
    P1: Param<PCWSTR>,
    P2: Param<PCWSTR>,