pub unsafe extern "C" fn furi_thread_set_stdout_callback(
    callback: Option<unsafe extern "C" fn(*const i8, usize)>
) -> bool
Expand description

Set STDOUT callback for thread

@param callback callback or NULL to clear

@return true on success, otherwise fail