Type Alias flipperzero_sys::FuriThreadCallback
source · pub type FuriThreadCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> i32>;Expand description
Aliased Type§
enum FuriThreadCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> i32),
}