pub fn verify_module_script_function(
    module: &CompiledModule,
    name: &IdentStr
) -> VMResult<()>
Expand description

This function checks the extra requirements on the signature of the script visible function when it serves as an entry point for script execution