pub type FunctionCompilerTable = HashMap<u64, Box<dyn NativeFunctionCompiler>>;
pub struct FunctionCompilerTable { /* private fields */ }