sancov_sys/
lib.rs

1#![no_std]
2
3extern "C" {
4    pub fn __sanitizer_cov_8bit_counters_init(start: *const u8, end: *const u8);
5}