pub unsafe extern "C" fn TABLE_SHARE_init_from_sql_statement_string(
    this: *mut TABLE_SHARE,
    thd: *mut THD,
    write: bool,
    sql: *const c_char,
    sql_length: usize
) -> c_int