pub type MARIADB_CONST_STRING = st_ma_const_string;
struct MARIADB_CONST_STRING { pub str_: *const i8, pub length: usize, }
str_: *const i8
length: usize