#include #include // for getentropy, size_t int getentropy(void *buffer, size_t length) { (void)buffer; (void)length; // TODO return 0; }