pub fn parse_functions_filtered( builtin_types: &[(String, String)], data: &str, ) -> Result<Vec<Function>, Error>
parse functions from JSON data and filter out those without description or types