pub fn extract(attrs: &[Attribute]) -> Option<(Symbol, Span)>
Extracts the first lang = "$name" out of a list of attributes. The #[panic_handler] attribute is also extracted out when found.
lang = "$name"
#[panic_handler]