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