#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_diagnostic_n_spans(
diagnostics: *const PioDiagnostics,
index: usize,
) -> usizeExpand description
Number of source byte ranges attached to this diagnostic.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.