pub unsafe extern "C" fn bitset_container_add_from_range(
    bitset: *mut bitset_container_t,
    min: u32,
    max: u32,
    step: u16
)