#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_module_history_at(
module: *const PioModule,
index: usize,
output: *mut PioModuleHistoryEntryView,
error: *mut *mut PioError,
) -> boolExpand description
Read one operation from module history by zero based position.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.