#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_balanced_network_shunt_block_at(
network: *const PioBalancedNetwork,
shunt_index: usize,
block_index: usize,
output: *mut PioShuntBlockView,
error: *mut *mut PioError,
) -> boolExpand description
Read one switched shunt block by zero based position.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.