#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_parse(
source: *const PioSource,
format: *const c_char,
format_len: usize,
error: *mut *mut PioError,
) -> *mut PioModuleExpand description
Parse one acquired grid exchange source.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.