Type Alias PWRSCHEMESENUMPROC
pub type PWRSCHEMESENUMPROC = Option<unsafe extern "system" fn(index: u32, namesize: u32, name: PCWSTR, descriptionsize: u32, description: PCWSTR, policy: *const POWER_POLICY, context: LPARAM) -> bool>;Aliased Type§
pub enum PWRSCHEMESENUMPROC {
None,
Some(unsafe extern "system" fn(u32, u32, PCWSTR, u32, PCWSTR, *const POWER_POLICY, LPARAM) -> bool),
}