pub type PspDebugKprintfHandler = Option<unsafe extern "C" fn(format: *const c_char, args: *mut u32) -> c_int>;Expand description
Type for Kprintf handler
Aliased Type§
pub enum PspDebugKprintfHandler {
None,
Some(unsafe extern "C" fn(*const i8, *mut u32) -> i32),
}