pub unsafe extern "C" fn dm_bitset_parse_list(
    str: *const c_char,
    mem: *mut dm_pool,
    min_num_bits: usize
) -> dm_bitset_t