1 2 3 4 5
use std::collections::BTreeMap; use ezffi_macros::export_extern_type; export_extern_type!(BTreeMap<K, V>);