pub unsafe extern "C" fn sc_append_path(
dest: *mut sc_path_t,
src: *const sc_path_t,
) -> c_intExpand description
Appends a sc_path_t object to another sc_path_t object (note: this function is a wrapper for sc_concatenate_path) @param dest destination sc_path_t object @param src sc_path_t object to append @return SC_SUCCESS on success and an error code otherwise