pub type OtInstanceBox = Box<Instance>;
Shorthand for ot::Box<ot::Instance>.
ot::Box<ot::Instance>
struct OtInstanceBox(/* private fields */);