macro_rules! impl_custom_conversion2 {
($RustType:ty, $FFIType:ident { $($field_name:ident: $field_type:ty),* $(,)? }, $from:expr, $to:expr) => { ... };
}macro_rules! impl_custom_conversion2 {
($RustType:ty, $FFIType:ident { $($field_name:ident: $field_type:ty),* $(,)? }, $from:expr, $to:expr) => { ... };
}