Skip to main content

pio_error_diagnostics

Function pio_error_diagnostics 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_error_diagnostics( error: *const PioError, ) -> *mut PioDiagnostics
Expand description

The structured diagnostics that caused the failure.

ยงSafety

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