Function windows_sys::Win32::System::Power::PowerWriteFriendlyName
pub unsafe extern "system" fn PowerWriteFriendlyName(
rootpowerkey: HKEY,
schemeguid: *const GUID,
subgroupofpowersettingsguid: *const GUID,
powersettingguid: *const GUID,
buffer: *const u8,
buffersize: u32
) -> WIN32_ERROR
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Registry"