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) -> BOOLEAN>;

Aliased Type§

enum PWRSCHEMESENUMPROC_V1 {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: *const i8, _: u32, _: *const i8, _: *const POWER_POLICY, _: LPARAM) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u32, _: *const i8, _: u32, _: *const i8, _: *const POWER_POLICY, _: LPARAM) -> BOOLEAN)

Some value of type T.