pub unsafe extern "C" fn svn_error_dup(
err: *const svn_error_t,
) -> *mut svn_error_t
Expand description
Create a new error that is a deep copy of @a err and return it.
@since New in 1.2.
pub unsafe extern "C" fn svn_error_dup(
err: *const svn_error_t,
) -> *mut svn_error_t
Create a new error that is a deep copy of @a err and return it.
@since New in 1.2.