pub fn extract_kernel_by_name<'a>( ast: &'a Ast, name: &str, ) -> Option<&'a KernelDef>
Extract a single kernel by name