pub unsafe extern "C" fn bitset_resize(
    bitset: *mut bitset_t,
    newarraysize: usize,
    padwithzeroes: bool
) -> bool