pub unsafe extern "system" fn SHQueryValueExW(
    hkey: HKEY,
    pszvalue: PCWSTR,
    pdwreserved: *mut u32,
    pdwtype: *mut u32,
    pvdata: *mut c_void,
    pcbdata: *mut u32
) -> WIN32_ERROR
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_System_Registry’