pub unsafe extern "C" fn svn_fs_close_root(root: *mut svn_fs_root_t)
Expand description
Free the root directory @a root; this only needs to be used if you want to free the memory associated with @a root earlier than the time you destroy the pool passed to the function that created it (svn_fs_revision_root() or svn_fs_txn_root()).