public static extern void tvgw_ConvertToDataChunk(ref TVGW_File_Chunk chunk, uint dataSize, in byte data);
public static extern ref TVGW_Format_Contents tvgw_GetAsFormatContents(ref TVGW_File_Chunk chunk);
public static extern void tvgw_ConvertToFormatChunk(ref TVGW_File_Chunk chunk, ref TVGW_Format_Contents fmt);