fn gl_get_string( string_id: c_uint, description: &str, ) -> Result<Cow<'static, str>, Error>
Wrapper around gl::GetString with error checking and reporting.