pub type LContext<LV, LF> = Context<Locked, LV, LF, LV, LF>;
Locked context type alias
pub struct LContext<LV, LF> { /* private fields */ }