pub type VSIFilesystemPluginSeekCallback = Option<unsafe extern "C" fn(pFile: *mut c_void, nOffset: vsi_l_offset, nWhence: c_int) -> c_int>;
Expand description

Seek to position in handle. Mandatory except for write only handles @since GDAL 3.0