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

Set FuriThread state change callback

@param thread FuriThread instance @param callback state change callback