fn stable<F>(name: &'static str, f: F) -> RustcOptGroupwhere
    F: Fn(&mut Options) -> &mut Options + 'static,