#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_error_code(
error: *const PioError,
) -> PioStringViewExpand description
The failure’s stable diagnostic code.
§Safety
Pointers and handles must satisfy the crate-level safety requirements.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_error_code(
error: *const PioError,
) -> PioStringViewThe failure’s stable diagnostic code.
Pointers and handles must satisfy the crate-level safety requirements.