pub unsafe fn PowerWriteValueUnitsSpecifier<P0>(
    rootpowerkey: P0,
    subgroupofpowersettingsguid: Option<*const GUID>,
    powersettingguid: Option<*const GUID>,
    buffer: &[u8]
) -> WIN32_ERROR
where P0: IntoParam<HKEY>,