pub unsafe fn PowerCreateSetting<P0>(
    rootsystempowerkey: P0,
    subgroupofpowersettingsguid: *const GUID,
    powersettingguid: *const GUID
) -> WIN32_ERROR
where P0: IntoParam<HKEY>,