F.Bitmap_cache
type t = {
cache : (int * Bitmap.t) option Stdlib.ref;
all_zeroes : Cstruct.t;
all_ones : Cstruct.t;
}