pub type DeviceUnrealize = Option<unsafe extern "C" fn(*mut DeviceState, *mut *mut Error)>;
pub enum DeviceUnrealize { None, Some(unsafe extern "C" fn(*mut DeviceState, *mut *mut Error)), }
No value.
Some value of type T.
T