pub unsafe extern "C" fn atk_table_set_row_description(
    table: *mut AtkTable,
    row: c_int,
    description: *const c_char
)