pub type VSIFilesystemPluginSiblingFilesCallback = Option<unsafe extern "C" fn(pUserData: *mut c_void, pszDirname: *const c_char) -> *mut *mut c_char>;
Expand description

List related files. Must return NULL if unknown, or a list of relative filenames that can be opened along the main file. If no other file than pszFilename needs to be opened, return static_cast<char**> (CPLCalloc(1,sizeof(char*)));

Optional @since GDAL 3.2