pub unsafe extern "C" fn svn_fs_create_access(
access_ctx: *mut *mut svn_fs_access_t,
username: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *access_ctx to a new #svn_fs_access_t object representing @a username, allocated in @a pool. @a username is presumed to have been authenticated by the caller.
Make a deep copy of @a username.