pub unsafe fn PowerReadACValue<P0>(
    rootpowerkey: P0,
    schemeguid: Option<*const GUID>,
    subgroupofpowersettingsguid: Option<*const GUID>,
    powersettingguid: Option<*const GUID>,
    type: Option<*mut u32>,
    buffer: Option<*mut u8>,
    buffersize: Option<*mut u32>
) -> WIN32_ERROR
where P0: IntoParam<HKEY>,