pub unsafe extern "system" fn GetRegistryValueWithFallbackW(
    hkeyprimary: HKEY,
    pwszprimarysubkey: PWSTR,
    hkeyfallback: HKEY,
    pwszfallbacksubkey: PWSTR,
    pwszvalue: PWSTR,
    dwflags: u32,
    pdwtype: *mut u32,
    pvdata: *mut c_void,
    cbdatain: u32,
    pcbdataout: *mut u32
) -> WIN32_ERROR
Expand description

Required features: ‘Win32_System_Registry’, ‘Win32_Foundation’