pub fn extract_type_name<T>() -> &'static strwhere T: ?Sized,
Extracts the short name of a type T
A string slice representing the short name of the type.