pub unsafe extern "system" fn RegGetValueW(
    hkey: HKEY,
    lpsubkey: PCWSTR,
    lpvalue: PCWSTR,
    dwflags: RRF_RT,
    pdwtype: *mut u32,
    pvdata: *mut c_void,
    pcbdata: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_System_Registry", "Win32_Foundation"