pub type FuriEventLoopThreadFlagsCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Callback type for event loop thread flag events
§Arguments
context- The context that was provided upon subscription
Aliased Type§
pub enum FuriEventLoopThreadFlagsCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}