# Native --- ## Object Definitions ```c typedef struct _kpl_native { KPL_SLAB_HEADER(_kpl_native); kpl_class class; } kpl_native; ```