pub type ProtocolRenderData = Option<unsafe extern "C" fn(protocol: *mut c_void, result: *mut FuriString)>;
pub enum ProtocolRenderData { None, Some(unsafe extern "C" fn(*mut c_void, *mut FuriString)), }
No value.
Some value of type T.
T