pub unsafe extern "C" fn fz_drop_image_base(
    ctx: *mut fz_context,
    image: *mut fz_image
)
Expand description

Internal destructor for the base image class members.

Exposed to allow derived image classes to be written.