Type Definition flipperzero_sys::FuriThreadStdoutWriteCallback
source · pub type FuriThreadStdoutWriteCallback = Option<unsafe extern "C" fn(data: *const c_char, size: usize)>;Expand description
Re-export bindings Write to stdout callback
Arguments
data- pointer to datasize- data size @warning your handler must consume everything