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

Required features: "Win32_System_Registry"