Calculates the size of a type.
unsafe extern "rust-intrinsic" fn size_of<T>() -> usize
Returns the size of T objects.
T
You should never use this function directly. Use size_of instead.
size_of