export fn fuzzer_bytes(uid: Uid, out: abi.MutSlice, weights: abi.Weights) void
export fn fuzzer_bytes(uid: Uid, out: abi.MutSlice, weights: abi.Weights) void { assert(uid.kind == .bytes); return fuzzer.nextBytes(uid, out.toSlice(), weights.toSlice()); }