pub unsafe extern "C" fn g_option_context_set_translate_func(
    context: *mut GOptionContext,
    func: GTranslateFunc,
    data: gpointer,
    destroy_notify: GDestroyNotify
)