pub type FunctionRef<'vm, F> = Function<&'vm Thread, F>;
Type which represents a function reference in gluon
struct FunctionRef<'vm, F> { /* private fields */ }