pub fn is_type_intrinsic(name: &str) -> bool
Is this name a type intrinsic (takes a type arg, as @size_of(T) does)?
@size_of(T)