#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_error_diagnostics(
error: *const PioError,
) -> *mut PioDiagnosticsExpand description
The structured diagnostics that caused the failure.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.