mediasoup-sys 0.12.2

FFI bindings to C++ libmediasoup-worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef MS_FUZZER_UTILS_HPP
#define MS_FUZZER_UTILS_HPP

#include "common.hpp"

namespace FuzzerUtils
{
	void Fuzz(const uint8_t* data, size_t len);
} // namespace FuzzerUtils

#endif