#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_error_message(
error: *const PioError,
) -> PioStringViewExpand description
The rendered failure message.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_error_message(
error: *const PioError,
) -> PioStringViewThe rendered failure message.
Pointers and handles must satisfy the crate-level safety requirements.