#pragma once #include #include static inline void debug_dump_lanes(FILE *output, const char *header, size_t len, const uint8_t buf[len], int indent) { if (!output) { return; } fprintf(output, "%s\n", header); for (size_t line=0; line