pub unsafe extern "C" fn furi_thread_get_stdin_callback(
callback: *mut FuriThreadStdinReadCallback,
context: *mut *mut c_void,
)Expand description
Get the standard input callback for the current thead.
ยงArguments
callback(direction out) - where to store the stdin callbackcontext(direction out) - where to store the context