pub unsafe fn PowerReadACValueIndex<P0>(
    rootpowerkey: P0,
    schemeguid: Option<*const GUID>,
    subgroupofpowersettingsguid: Option<*const GUID>,
    powersettingguid: Option<*const GUID>,
    acvalueindex: *mut u32
) -> u32
where P0: IntoParam<HKEY>,