pub unsafe extern "C" fn gtk_entry_completion_set_match_func(
    completion: *mut GtkEntryCompletion,
    func: GtkEntryCompletionMatchFunc,
    func_data: gpointer,
    func_notify: GDestroyNotify
)