#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_balanced_network_storage_at(
network: *const PioBalancedNetwork,
index: usize,
output: *mut PioBalancedStorageView,
error: *mut *mut PioError,
) -> boolExpand description
Read one storage element by zero based table position.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.