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