#[no_mangle]
pub extern "C" fn trs_vec_shallow_clone(
    trs: *const CTrs,
    cloned_trs_ptr: *mut *const CTrs
) -> RUSTFST_FFI_RESULT