fn write_method_wrapper( w: &mut Vec<u8>, func: &Func, package_name: &str, use_symbols: bool, class_name: &str, ) -> Result<()>
Generate a wrapper for a method.