pub unsafe extern "C" fn bitset_set_list(
    bitset: *mut c_void,
    list: *const u16,
    length: u64
)