pub type iButtonWorkerEmulateCallback = Option<unsafe extern "C" fn(context: *mut c_void, emulated: bool)>;
pub enum iButtonWorkerEmulateCallback { None, Some(unsafe extern "C" fn(*mut c_void, bool)), }
No value.
Some value of type T.
T