Function windows::Win32::UI::Shell::SHRegGetValueW

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