#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_report_init(
counters: *const u64,
names: *const *const u8,
count: i64,
)Expand description
Register instrumentation data from compiled binary (tier 2)
§Safety
countersmust point to a valid array ofcounti64 valuesnamesmust point to a valid array ofcountC string pointers- Both must remain valid for the program’s lifetime (they’re static globals)