pub type MYSQL_ROWS = st_mysql_rows;
struct MYSQL_ROWS { pub next: *mut st_mysql_rows, pub data: *mut *mut i8, pub length: u32, }
next: *mut st_mysql_rows
data: *mut *mut i8
length: u32