pub unsafe extern "C" fn gtk_action_group_set_translate_func(
    action_group: *mut GtkActionGroup,
    func: GtkTranslateFunc,
    data: gpointer,
    notify: GDestroyNotify
)