pub unsafe extern "system" fn PowerEnumerate(
    rootpowerkey: HKEY,
    schemeguid: *const GUID,
    subgroupofpowersettingsguid: *const GUID,
    accessflags: POWER_DATA_ACCESSOR,
    index: u32,
    buffer: *mut u8,
    buffersize: *mut u32
) -> u32
Expand description

Required features: "Win32_System_Power", "Win32_System_Registry"