Skip to main content

pio_module_source_map_span_at

Function pio_module_source_map_span_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_module_source_map_span_at( module: *const PioModule, entry_index: usize, span_index: usize, output: *mut PioSourceSpanView, error: *mut *mut PioError, ) -> bool
Expand description

Read one byte range from a source map entry.

ยงSafety

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