Skip to main content

fizzy_get_type

Function fizzy_get_type 

Source
pub unsafe extern "C" fn fizzy_get_type(
    module: *const FizzyModule,
    type_idx: u32,
) -> FizzyFunctionType
Expand description

Get type defined in the module.

@param module Pointer to module. Cannot be NULL. @param type_idx Type index. Behaviour is undefined if index is not valid according to module definition. @return Type corresponding to the index.