#[no_mangle]
pub extern "C" fn trs_vec_remove(
    trs: *mut CTrs,
    index: size_t,
    removed_tr_ptr: *mut *const CTr
) -> RUSTFST_FFI_RESULT