1 2 3 4 5 6 7
const CROSS_BYTES: &[u8] = b"Cross\0".as_slice(); fn main() { callee::print_static_bytes(); println!("{:?}", CROSS_BYTES.as_ptr()); }