prc
pub fn write_stream<W>( writer: &mut W, param_struct: &ParamStruct) -> Result<(), Error> where W: Write + Seek,