stream_seek

Function stream_seek 

Source
pub unsafe extern "C" fn stream_seek(
    stream: *mut Stream,
    offset: i32,
    offset_type: StreamOffset,
) -> bool
Expand description

Moves the RW pointer.

§Arguments

  • stream - Stream instance
  • offset - how much to move the pointer
  • offset_type - starting from what

§Returns

true false