bytes_string

Type Alias bytes_string 

Source
pub type bytes_string = _bytes_string;

Aliased Type§

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

Fields§

§value: *const u8§value_length: usize§strptr: *const i8