8#define EXTERNC extern "C"
EXTERNC size_t lv_millis(void)
EXTERNC void lv_custom_mem_free(void *ptr)
EXTERNC void * lv_custom_mem_alloc(size_t size)
EXTERNC void * lv_custom_mem_realloc(void *ptr, size_t size)
Providing packet encoding functions for exchanging data with a remote host.