pub unsafe extern "C" fn stream_split(
    stream: *mut Stream,
    stream_left: *mut Stream,
    stream_right: *mut Stream
) -> bool
Expand description

Splits one stream into two others. The original stream will remain untouched. @param stream @param stream_left @param stream_right @return true @return false