Type Definition PspDebugPrintHandler
pspsdk_sys::sdk
type PspDebugPrintHandler = Option<unsafe extern "C" fn(data: *const c_char, len: c_int) -> c_int>;
Type for the debug print handlers