macro_rules! ffi_conversion_interface_ffi_hash_map_conversion {
    ($name:ident, $k:ty, $v:ty, $from: block, $to: block) => { ... };
}