Function flipperzero_sys::stream_split
source · pub unsafe extern "C" fn stream_split(
stream: *mut Stream,
stream_left: *mut Stream,
stream_right: *mut Stream
) -> boolExpand 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