"""C interfacing code.This namespace contains everything that interacts with C code.Most TVM C related object are ctypes compatible, which meansthey contains a handle field that is ctypes.c_void_p and canbe used via ctypes function calls.Some performance critical functions are implemented by cythonand have a ctypes fallback implementation."""