pub fn c_dtype(dtype: &DType) -> String
Convert a DType to its C type string.
For vectors, returns the typedef name (e.g. float4). For pointers, returns T*.
float4
T*