# Native --- A representation of a native object ```text Native[[] INTERFACE_TABLE_POINTER] ``` ## Type Body Object Definitions ```c typdef struct { kpl_interface *interface; } kpl_type_body_native; ``` ## Alias ```text File `alias Native[...] ```