Reference types, where the funcref references to a function regardless of its type and ref references an object from the embedder.
funcref = 0x70
externref = 0x6F
pub const RefType = enum(u8) { funcref = 0x70, externref = 0x6F, }
Press escape to exit search and then '?' to see more options.