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