#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_diagnostic_n_related(
diagnostics: *const PioDiagnostics,
index: usize,
) -> usizeExpand description
Number of other diagnostic identities referenced by this diagnostic.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.