Function windows_sys::Win32::System::Registry::RegGetValueW

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