Skip to main content

pio_diagnostic_related

Function pio_diagnostic_related 

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

Borrow one related diagnostic identity, or an empty view when out of range.

ยงSafety

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