Skip to main content

pio_diagnostic_n_related

Function pio_diagnostic_n_related 

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

Number of other diagnostic identities referenced by this diagnostic.

ยงSafety

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