Skip to main content

pio_artifact_bytes

Function pio_artifact_bytes 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_artifact_bytes( artifact: *const PioArtifact, ) -> PioByteView
Expand 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.