pub unsafe extern "C" fn bitset_next_set_bits(
    bitset: *const bitset_t,
    buffer: *mut usize,
    capacity: usize,
    startfrom: *mut usize
) -> usize