pub unsafe extern "C" fn svn_path_uri_encode(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *const c_charExpand description
Return a URI-encoded copy of @a path, allocated in @a pool. (@a path can be an arbitrary UTF-8 string and does not have to be a canonical path.)