private static extern bool OZO_IsFeatureSupported(OZO.Feature feature);
public bool IsFeatureSupported(OZO.Feature feature) { return(OZO_IsFeatureSupported(feature)); }