Trailing:

  • name: [tests_len]u32
    • null-terminated string_bytes index
  • async_frame_len: [tests_len]u32,
    • 0 means not async
  • expected_panic_msg: [tests_len]u32,
    • null-terminated string_bytes index
    • 0 means does not expect pani
  • string_bytes: [string_bytes_len]u8,

Fields

string_bytes_len: u32,
tests_len: u32,