# General

# void pkpy_delete(void* p)

Delete a pointer allocated by pkpy_xxx_xxx. It can be VM*, REPL*, char*, etc.

# void pkpy_setup_callbacks(f_int_t _f_int, f_float_t _f_float, f_bool_t _f_bool, f_str_t _f_str, f_None_t _f_None)

Setup the callback functions.