#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_ac_opf_preparation_bus_at(
preparation: *const PioAcOpfPreparation,
index: usize,
output: *mut PioAcOpfBusView,
error: *mut *mut PioError,
) -> boolExpand description
Read one dense bus row of an AC OPF preparation.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.