pub unsafe extern "C" fn gtk_dialog_new_with_buttons(
    title: *const c_char,
    parent: *mut GtkWindow,
    flags: GtkDialogFlags,
    first_button_text: *const c_char,
     ...
) -> *mut GtkWidget