pub unsafe extern "C" fn VSIInstallPluginHandler(
    pszPrefix: *const c_char,
    poCb: *const VSIFilesystemPluginCallbacksStruct
) -> c_int
Expand description

register a handler on the given prefix. All IO on datasets opened with the filename /prefix/xxxxxx will go through these callbacks. pszPrefix must begin and end with a ‘/’ @since GDAL 3.0