Skip to main content

pio_error_code

Function pio_error_code 

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

The failure’s stable diagnostic code.

§Safety

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