Function SHRegGetValueW
pub unsafe fn SHRegGetValueW<P1, P2>(
    hkey: HKEY,
    pszsubkey: P1,
    pszvalue: P2,
    srrfflags: i32,
    pdwtype: Option<*mut u32>,
    pvdata: Option<*mut c_void>,
    pcbdata: Option<*mut u32>,
) -> WIN32_ERRORwhere
    P1: Param<PCWSTR>,
    P2: Param<PCWSTR>,