pub unsafe extern "C" fn storage_file_seek(
    file: *mut File,
    offset: u32,
    from_start: bool
) -> bool
Expand description

Moves the r/w pointer @param file pointer to file object. @param offset offset to move the r/w pointer @param from_start set an offset from the start or from the current position @return success flag