pub unsafe extern "C" fn gtk_cell_accessible_parent_get_cell_extents(
    parent: *mut GtkCellAccessibleParent,
    cell: *mut GtkCellAccessible,
    x: *mut c_int,
    y: *mut c_int,
    width: *mut c_int,
    height: *mut c_int,
    coord_type: AtkCoordType
)