export fn fuzzer_eos(uid: Uid, weights: abi.Weights) bool
export fn fuzzer_eos(uid: Uid, weights: abi.Weights) bool { assert(uid.kind == .int); return fuzzer.nextEos(uid, weights.toSlice()); }