tikv_kv
pub unsafe fn with_tls_engine<E: Engine, F, R>(f: F) -> R where F: FnOnce(&E) -> R,
Execute the closure on the thread local engine.
Precondition: TLS_ENGINE_ANY is non-null.
TLS_ENGINE_ANY