Skip to main content

fizzy_module_has_start_function

Function fizzy_module_has_start_function 

Source
pub unsafe extern "C" fn fizzy_module_has_start_function(
    module: *const FizzyModule,
) -> bool
Expand description

Check whether module has a start function.

@param module Pointer to module. Cannot be NULL. @return true if module has a start function, false otherwise.