pub unsafe extern "C" fn ra_copy_range(
    ra: *mut roaring_array_t,
    begin: u32,
    end: u32,
    new_begin: u32
)