pub const PIO_DIST_ABI_VERSION: u32 = 1;Expand description
ABI version of the optional pio_dist_* C surface. This is separate from
PIO_ABI_VERSION so distribution C entry points can evolve without forcing
a core ABI bump. Version 1 is the supported dist surface with conversion
order (input, from, to, ...).