Type Definition flipperzero_sys::FuriThreadCallback
source · pub type FuriThreadCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> i32>;Expand description
Re-export bindings FuriThreadCallback Your callback to run in new thread @warning never use osThreadExit in FuriThread