pub type PspDebugInputHandler = Option<unsafe extern "C" fn(data: *mut c_char, len: c_int) -> c_int>;Expand description
Type for the debug input handler
Aliased Type§
pub enum PspDebugInputHandler {
None,
Some(unsafe extern "C" fn(*mut i8, i32) -> i32),
}