pub type span_mod_handler_t = Option<unsafe extern "C" fn(s: *mut c_void, amp: *mut i16, len: c_int) -> c_int>;Expand description
\brief A handler for receive, where the buffer can be altered.
Aliased Type§
pub enum span_mod_handler_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut i16, i32) -> i32),
}