fn get_type_from_simple_attr( attributes: &[Attribute], attr_name: &str, ) -> Option<Type>
get a simple #[foo(bar)] attribute, returning bar
#[foo(bar)]
bar