#[unsafe(no_mangle)]pub extern "C" fn milo_finish(parser: *mut Parser)
Marks the parser as finished. Any new data received via milo_parse will put the parser in the error state.
milo_parse