pub type PinScope<'s, 'i, C = Context> = PinnedRef<'s, HandleScope<'i, C>>;
pub struct PinScope<'s, 'i, C = Context>(/* private fields */);