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 callbackcontext(direction out) - where to store the context