Skip to main content

pio_parse

Function pio_parse 

Source
#[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 PioModule
Expand description

Parse one acquired grid exchange source.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.