pub unsafe extern "C" fn fizzy_get_export_count(
module: *const FizzyModule,
) -> u32Expand description
Get number of exports defined in the module.
@param module Pointer to module. Cannot be NULL. @return Number of exports in the module.
pub unsafe extern "C" fn fizzy_get_export_count(
module: *const FizzyModule,
) -> u32Get number of exports defined in the module.
@param module Pointer to module. Cannot be NULL. @return Number of exports in the module.