pub unsafe extern "C" fn avio_close_dir(
s: *mut *mut AVIODirContext,
) -> i32
Expand description
Close directory.
@note Entries created using avio_read_dir() are not deleted and must be freeded with avio_free_directory_entry().
@param s directory read context. @return >=0 on success or negative on error.