pub unsafe extern "C" fn furi_thread_set_stdin_callback(
callback: FuriThreadStdinReadCallback,
context: *mut c_void,
)Expand description
Set standard input callback for the current thread.
ยงArguments
callback(direction in) - pointer to the callback function or NULL to clearcontext(direction in) - context to be passed to the callback