Function windows::Win32::System::Power::PowerWritePossibleFriendlyName
pub unsafe fn PowerWritePossibleFriendlyName<P0>(
rootpowerkey: P0,
subgroupofpowersettingsguid: Option<*const GUID>,
powersettingguid: Option<*const GUID>,
possiblesettingindex: u32,
buffer: &[u8],
) -> WIN32_ERRORwhere
P0: Param<HKEY>,