pub unsafe extern "system" fn SHSetValueA(
    hkey: HKEY,
    pszsubkey: PCSTR,
    pszvalue: PCSTR,
    dwtype: u32,
    pvdata: *const c_void,
    cbdata: u32
) -> i32
Expand description

Required features: "Win32_UI_Shell", "Win32_System_Registry"