1 2 3 4 5 6
#![feature(intrinsics)] extern "rust-intrinsic" { fn size_of<T>() -> usize; fn offset<T>(dst: *const T, offset: isize) -> *const T; }