pub unsafe extern "C" fn fizzy_get_type(
module: *const FizzyModule,
type_idx: u32,
) -> FizzyFunctionTypeExpand 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.