pub unsafe extern "C" fn fizzy_free_module(module: *const FizzyModule)Expand description
Free resources associated with the module.
@param module Pointer to module. If NULL is passed, function has no effect.
@note Should be called unless @p module was passed to fizzy_instantiate().