#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_artifact_bytes(
artifact: *const PioArtifact,
) -> PioByteViewExpand description
Return emitted memory bytes. A path destination has no memory bytes and returns an empty view.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.