pub unsafe extern "C" fn furi_thread_set_callback(
    thread: *mut FuriThread,
    callback: FuriThreadCallback
)
Expand description

Set FuriThread callback

@param thread FuriThread instance @param callback FuriThreadCallback, called upon thread run