pub type FuriThreadStdoutWriteCallback = Option<unsafe extern "C" fn(data: *const c_char, size: usize)>;
Expand description

Re-export bindings Write to stdout callback @param data pointer to data @param size data size @warning your handler must consume everything