pub unsafe extern "system" fn SHRegSetUSValueW(
    pwzsubkey: PCWSTR,
    pwzvalue: PCWSTR,
    dwtype: u32,
    pvdata: *const c_void,
    cbdata: u32,
    dwflags: u32
) -> WIN32_ERROR
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’