pub type MYSQL_CMD_BUFFER = st_mysql_cmd_buffer;
struct MYSQL_CMD_BUFFER { pub buffer: *mut u8, pub length: usize, }
buffer: *mut u8
length: usize