pub unsafe extern "C" fn svn_location_segment_dup(
segment: *const svn_location_segment_t,
pool: *mut apr_pool_t,
) -> *mut svn_location_segment_t
Expand description
Return a deep copy of @a segment, allocated in @a pool.
@since New in 1.5.
pub unsafe extern "C" fn svn_location_segment_dup(
segment: *const svn_location_segment_t,
pool: *mut apr_pool_t,
) -> *mut svn_location_segment_t
Return a deep copy of @a segment, allocated in @a pool.
@since New in 1.5.