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