pub unsafe extern "system" fn SHRegSetUSValueA(
    pszsubkey: PCSTR,
    pszvalue: PCSTR,
    dwtype: u32,
    pvdata: *const c_void,
    cbdata: u32,
    dwflags: u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"