#[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,
) -> PioStringViewExpand description
Read one assumption attached to a history entry.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.