Skip to main content

fizzy_free_instance

Function fizzy_free_instance 

Source
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.