pub type FlipperApplicationPluginEntryPoint = Option<unsafe extern "C" fn() -> *const FlipperAppPluginDescriptor>;Expand description
Entry point prototype for plugins
Aliased Type§
pub enum FlipperApplicationPluginEntryPoint {
None,
Some(unsafe extern "C" fn() -> *const FlipperAppPluginDescriptor),
}Variants§
None
No value.
Some(unsafe extern "C" fn() -> *const FlipperAppPluginDescriptor)
Some value of type T.