pub unsafe extern "C" fn furi_thread_set_stdout_callback(
    callback: FuriThreadStdoutWriteCallback
) -> bool
Expand description

Set STDOUT callback for thread

Returns:

  • true on success, otherwise fail

Arguments

  • callback - callback or NULL to clear