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