macro_rules! impl_custom_conversion { ($RustType:ty, $FFIType:ty, $from:expr, $to:expr) => { ... }; }