Type Alias flipperzero_sys::SimpleArrayReset
source · pub type SimpleArrayReset = Option<unsafe extern "C" fn(elem: *mut SimpleArrayElement)>;Aliased Type§
enum SimpleArrayReset {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}