Creates a virtual table for the given Instance that implements the given Interface.
This function assigns every slot in VirtualTable!Interface with a function pointer that delegates to the Instance type.
See Implementation
Creates a virtual table for the given Instance that implements the given Interface.
This function assigns every slot in VirtualTable!Interface with a function pointer that delegates to the Instance type.