pub type FuriThreadStateCallback = Option<unsafe extern "C" fn(state: FuriThreadState, context: *mut c_void)>;
Expand description

FuriThread state change callback called upon thread state change @param state new thread state @param context callback context