Function ion_c_sys::ion_writer_open_stream[][src]

pub unsafe extern "C" fn ion_writer_open_stream(
    p_hwriter: *mut hWRITER,
    fn_output_handler: ION_STREAM_HANDLER,
    handler_state: *mut c_void,
    p_options: *mut ION_WRITER_OPTIONS
) -> iERR
Expand description

Open stream to write ion data. @param p_hwriter @param fn_block_handler User provided function to write from handler_state buffer to file, @param handler_state Related to write buffer. ion_writer will write to the buffer provided by the handler_state, fn_block_handler will write the buffer to file. @param p_options writer configuration object. @see ion_reader_open_stream @see ion_writer_open_buffer