pub type stream_result_t = stream_result_struct;
struct stream_result_t { pub readcount: u32, pub writecount: u32, }
readcount: u32
writecount: u32