pub unsafe extern "C" fn fizzy_module_has_table(
module: *const FizzyModule,
) -> boolExpand description
Check whether module has a table.
@param module Pointer to module. Cannot be NULL. @return true if module has a table definition, false otherwise.