pub unsafe extern "C" fn svn_wc_conflict_description2_dup(
conflict: *const svn_wc_conflict_description2_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_wc_conflict_description2_t
Expand description
Return a duplicate of @a conflict, allocated in @a result_pool. A deep copy of all members will be made.
@since New in 1.9.