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