pub unsafe extern "C" fn fz_drop_default_colorspaces(
    ctx: *mut fz_context,
    default_cs: *mut fz_default_colorspaces
)
Expand description

Drop a reference to the default colorspaces structure. When the reference count reaches 0, the references it holds internally to the underlying colorspaces will be dropped, and the structure will be destroyed.

Never throws exceptions.