pub type slice_t = slice;
#[repr(C)]pub struct slice_t { pub start: *mut i8, pub end: *mut i8, }
start: *mut i8
end: *mut i8