pub unsafe extern "C" fn run_container_intersection(
    src_1: *const run_container_t,
    src_2: *const run_container_t,
    dst: *mut run_container_t
)