pub trait HandleTypeInfo {
type ManagedBufferHandle: HandleConstraints;
type BigIntHandle: HandleConstraints;
type BigFloatHandle: HandleConstraints;
type EllipticCurveHandle: HandleConstraints;
type ManagedMapHandle: HandleConstraints;
}