pub type AEIO_MessageFunc = Option<unsafe extern "C" fn(err_number: A_Err, msgA: *const A_char)>;Expand description
in data is passed to every function block function
Aliased Type§
pub enum AEIO_MessageFunc {
None,
Some(unsafe extern "C" fn(i32, *const i8)),
}