STATE_bitmap_unload
Deletes the bitmap The handle of the bitmap should never be used after the bitmap was unloaded (deleted) Example: STATE_bitmap_unload(my_bitmap); my_bitmap=NULL; god practice in cas we accidentally try to use my_bitmap afterwards ...