pub unsafe fn PowerReadACDefaultIndex<P0>(
    rootpowerkey: P0,
    schemepersonalityguid: *const GUID,
    subgroupofpowersettingsguid: Option<*const GUID>,
    powersettingguid: *const GUID,
    acdefaultindex: *mut u32
) -> u32
where P0: IntoParam<HKEY>,