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

Required features: "Win32_Foundation"