pub type FuncRc<T> = FuncTracked<T, Rc<LibUnsafe>>;
A pointer to a shared function which uses non-atomic ref-counting to avoid outliving its library.
pub struct FuncRc<T> { /* private fields */ }