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