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

Set STDOUT callback for thread

@param callback callback or NULL to clear

@return true on success, otherwise fail