pub unsafe extern "C" fn svn_fs_path_change3_create(
change_kind: svn_fs_path_change_kind_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_fs_path_change3_t
Expand description
Allocate an #svn_fs_path_change3_t structure in @a result_pool, initialize and return it.
Set the @c change_kind field to @a change_kind. Set all other fields to their @c _unknown, @c NULL or invalid value, respectively.
@since New in 1.10.