Type Definition gdal_sys::VSIFilesystemPluginTellCallback[][src]

type VSIFilesystemPluginTellCallback = Option<unsafe extern "C" fn(pFile: *mut c_void) -> vsi_l_offset>;

Return current position in handle. Mandatory @since GDAL 3.0