static List<int> convertBytes(ffi.Pointer<ffi.Uint8> ptr, int length) { return ptr.asTypedList(length).toList(); }