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