open_entry_bindings/
ffi.rs

1use std::sync::Arc;
2
3pub struct FfiBindings(pub Arc<[usize]>);