pub type MARIADB_CONST_DATA = st_ma_const_data;
struct MARIADB_CONST_DATA { pub data: *const u8, pub length: usize, }
data: *const u8
length: usize