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

Moves the rw pointer. @param stream Stream instance @param offset how much to move the pointer @param offset_type starting from what @return true @return false