pub unsafe extern "C" fn svn_fs_get_access(
access_ctx: *mut *mut svn_fs_access_t,
fs: *mut svn_fs_t,
) -> *mut svn_error_t
Expand description
Set @a *access_ctx to the current @a fs access context, or NULL if there is no current fs access context.