Function windows_sys::Win32::System::Registry::RegSetKeyValueW

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