func (bmp PageBitmap) Free() { C.tny_bitmap_free(bmp.cptr) }
func (self Bitmap) Free() { C.tny_bitmap_free(self.cptr) }