svn_strerror

Function svn_strerror 

Source
pub unsafe extern "C" fn svn_strerror(
    statcode: apr_status_t,
    buf: *mut c_char,
    bufsize: apr_size_t,
) -> *mut c_char
Expand description

Put an English description of @a statcode into @a buf and return @a buf, NULL-terminated. @a statcode is either an svn error or apr error.