Type Definition gdal_sys::VSIFilesystemPluginTellCallback
source · pub type VSIFilesystemPluginTellCallback = Option<unsafe extern "C" fn(pFile: *mut c_void) -> vsi_l_offset>;Expand description
Return current position in handle. Mandatory @since GDAL 3.0