pub type OptionsMap = BTreeMap<String, String>;
Key/value map type used for certificate’s critical options and extensions.
struct OptionsMap { /* private fields */ }