#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_diagnostic_has_target(
diagnostics: *const PioDiagnostics,
index: usize,
) -> boolExpand description
Whether this diagnostic names a value element.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.