pub unsafe extern "system" fn RegSetValueExW(
    hkey: HKEY,
    lpvaluename: PCWSTR,
    reserved: u32,
    dwtype: REG_VALUE_TYPE,
    lpdata: *const u8,
    cbdata: u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"