furi_thread_get_stdout_callback

Function furi_thread_get_stdout_callback 

Source
pub unsafe extern "C" fn furi_thread_get_stdout_callback(
    callback: *mut FuriThreadStdoutWriteCallback,
    context: *mut *mut c_void,
)
Expand description

Get the standard output callback for the current thead.

ยงArguments

  • callback (direction out) - where to store the stdout callback
  • context (direction out) - where to store the context