Type Definition PspDebugKprintfHandler
pspsdk_sys::sdk
type PspDebugKprintfHandler = Option<unsafe extern "C" fn(format: *const c_char, args: *mut u32) -> c_int>;
Type for Kprintf handler