pub unsafe extern "C" fn gtk_editable_select_region(
    editable: *mut GtkEditable,
    start_pos: c_int,
    end_pos: c_int
)