fn write_impl_wrapper( w: &mut Vec<u8>, name: &str, impls: &[Impl], package_name: &str, use_symbols: bool, ) -> Result<()>
Generate a wrapper for an implementation block.