pub unsafe extern "C" fn fizzy_free_instance(
instance: *mut FizzyInstance,
)Expand description
Free resources associated with the instance.
@param instance Pointer to instance. If NULL is passed, function has no effect.
pub unsafe extern "C" fn fizzy_free_instance(
instance: *mut FizzyInstance,
)Free resources associated with the instance.
@param instance Pointer to instance. If NULL is passed, function has no effect.