Function flipper_format_get_raw_stream
Source pub unsafe extern "C" fn flipper_format_get_raw_stream(
flipper_format: *mut FlipperFormat,
) -> *mut Stream
Expand description
Returns the underlying stream instance.
Use only if you know what you are doing.
§Arguments
§Returns
Stream*