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