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.

Returns:

  • true
  • false

Arguments

  • stream -
  • stream_left -
  • stream_right -