pub fn verify_module_function_signature_by_name(
    module: &CompiledModule,
    name: &IdentStr,
    check_signature: FnCheckScriptSignature
) -> 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