pub type MARIADB_CONST_STRING = st_ma_const_string;
#[repr(C)]pub struct MARIADB_CONST_STRING { pub str_: *const u8, pub length: usize, }
str_: *const u8
length: usize