pub unsafe extern "C" fn g_option_group_new(
    name: *const gchar,
    description: *const gchar,
    help_description: *const gchar,
    user_data: gpointer,
    destroy: Option<GDestroyNotify>
) -> *mut GOptionGroup