pub unsafe extern "C" fn gtk_selection_data_set_text(
    selection_data: *mut GtkSelectionData,
    str: *const c_char,
    len: c_int
) -> gboolean