pub type UnlockedCoreCtx<'a, BT> = CoreCtx<'a, BT, Unlocked>;
An alias for an unlocked CoreCtx.
CoreCtx
pub struct UnlockedCoreCtx<'a, BT>(/* private fields */);