pub type IOPowerSourceCallbackType = Option<unsafe extern "C-unwind" fn(*mut c_void)>;Available on crate feature
ps only.Expand description
Aliased Type§
pub enum IOPowerSourceCallbackType {
None,
Some(unsafe extern "C-unwind" fn(*mut c_void)),
}