//! Walks a decompiled function's syntax tree ([`Ctree`]) off the kernel thread.
//!
//! A decompiled function is materialized on the kernel thread into owned, interned arenas of
//! nodes and types, then handed back as a `Send` [`Ctree`] any worker thread can analyze.
pub use ExtractError;
pub use walk;
pub use ;
pub use ;
pub use ;