pub type CompiledFunctionRef = Rc<CompiledFunction>;
pub struct CompiledFunctionRef { /* private fields */ }