set Archive File Descriptors
@MapboxExperimental
Sets the list of archive file descriptors from the TileStore archive package. A TileStore archive package is made up of one or more files with a specific order (whose extension is typically ".tsdp"). The file descriptors passed to this function should point to all files in the archive, and must be in the same order as the files in the package. The file descriptors must have read permissions. NOTE: After calling this function, the file descriptors passed as arguments can be safely closed by the caller. This function duplicates the input file descriptors, and will close them when they are no longer needed.