Skip to main content

pio_module_history_assumption_at

Function pio_module_history_assumption_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_module_history_assumption_at( module: *const PioModule, history_index: usize, assumption_index: usize, error: *mut *mut PioError, ) -> PioStringView
Expand description

Read one assumption attached to a history entry.

ยงSafety

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