func @bitWidth = <{T: Type}> () -> USize;
Get the bitwidth of type T. T must be integral.
T
integral
func @sizeOf = <{T: Type}> () -> USize;
Get the size of type T. T cannot be Void.
Void