pub type cpu_bytes_t = cpu_bytes;
struct cpu_bytes_t { pub size: usize, pub data: *const u8, }
size: usize
data: *const u8