Skip to main content

fizzy_get_instance_module

Function fizzy_get_instance_module 

Source
pub unsafe extern "C" fn fizzy_get_instance_module(
    instance: *mut FizzyInstance,
) -> *const FizzyModule
Expand description

Get pointer to module of an instance.

@param instance Pointer to instance. Cannot be NULL. @return Pointer to a module.

@note The returned pointer represents non-owning, “view”-access to the module and must not be passed to fizzy_free_module().