pub type StreamBufferCallbackFunction_t = Option<unsafe extern "C" fn(*mut StreamBufferDef_t, i32, *mut i32)>;Expand description
Type used as a stream buffer’s optional callback.
Aliased Type§
pub enum StreamBufferCallbackFunction_t {
None,
Some(unsafe extern "C" fn(*mut StreamBufferDef_t, i32, *mut i32)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut StreamBufferDef_t, i32, *mut i32))
Some value of type T.