pub unsafe extern "system" fn RegSetKeyValueW(
    hkey: HKEY,
    lpsubkey: PCWSTR,
    lpvaluename: PCWSTR,
    dwtype: u32,
    lpdata: *const c_void,
    cbdata: u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"