Type Alias flipperzero_sys::iButtonWorkerEmulateCallback
source · pub type iButtonWorkerEmulateCallback = Option<unsafe extern "C" fn(context: *mut c_void, emulated: bool)>;Aliased Type§
enum iButtonWorkerEmulateCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: bool)),
}