pub type FuriHalSerialControlExpansionCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Expansion module detection callback type.
§Arguments
context(direction in, out) - Pointer to the user-defined context object.
Aliased Type§
pub enum FuriHalSerialControlExpansionCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}