pub unsafe extern "C" fn gtk_selection_data_set(
    selection_data: *mut GtkSelectionData,
    type_: GdkAtom,
    format: c_int,
    data: *const u8,
    length: c_int
)