pub type bytes_string = _bytes_string;
#[repr(C)]pub struct bytes_string { pub value: *const u8, pub value_length: usize, pub strptr: *const i8, }
value: *const u8
value_length: usize
strptr: *const i8