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