pub unsafe extern "C" fn mysql_session_track_get_first(
    mysql: *mut MYSQL,
    type_: enum_session_state_type,
    data: *mut *const c_char,
    length: *mut usize
) -> c_int