macro_rules! impl_serde_pyobjectwrapper {
    ($struct_name:ident, $inner:tt) => { ... };
}