sp_bitmap_free

Function sp_bitmap_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sp_bitmap_free(instance: NonNull<Bitmap>)
Expand description

Deallocates a Bitmap instance.

This function is part of the bitmap module.