pub type ByteChangedCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
callback that is executed when byte buffer is changed
Aliased Type§
pub enum ByteChangedCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}