#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_diagnostic_suggested_action(
diagnostics: *const PioDiagnostics,
index: usize,
) -> PioStringViewExpand description
Borrow this diagnostic’s suggested action, or an empty view when absent.
§Safety
Pointers and handles must satisfy the crate-level safety requirements.