Skip to main content

pio_diagnostic_n_spans

Function pio_diagnostic_n_spans 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_diagnostic_n_spans( diagnostics: *const PioDiagnostics, index: usize, ) -> usize
Expand description

Number of source byte ranges attached to this diagnostic.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.