#include "nyx.h" void rust_hprintf(const char * format) { hprintf(format); } uint32_t rust_perform_hypercall(uint32_t hypercall, uint32_t argument) { return kAFL_hypercall(hypercall, argument); }