pub async fn extract_lyquid_functions<H: Send + Clone>( barrel: &Barrel<H>, funcs: Vec<(String, String, String)>, ) -> Result<Vec<LyquidFunc>>