Function features
pub fn features() -> impl Iterator<Item = (&'static str, bool)>
Returns an Iterator<Item=(&'static str, bool)> where
Item.0 is the feature name, and Item.1 is a bool which
is true if the feature is supported by the host and false otherwise.