pub unsafe extern "C" fn TABLE_insert_all_rows_into_tmp_table(
    this: *mut TABLE,
    thd: *mut THD,
    tmp_table: *mut TABLE,
    tmp_table_param: *mut TMP_TABLE_PARAM,
    with_cleanup: bool
) -> bool