pub unsafe extern "C" fn svn_fs_info(
fs_info: *mut *const svn_fs_info_placeholder_t,
fs: *mut svn_fs_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *fs_info to a struct describing @a fs. The type of the struct depends on the backend: for #SVN_FS_TYPE_FSFS, the struct will be of type #svn_fs_fsfs_info_t; for #SVN_FS_TYPE_FSX, it will be of type #svn_fs_fsx_info_t; otherwise, the struct is guaranteed to be (compatible with) #svn_fs_info_placeholder_t.
@see #svn_fs_fsfs_info_t, #svn_fs_fsx_info_t
@since New in 1.9.