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