_ssh_compat_getentropy
int _ssh_compat_getentropy(void *, size_t);
#define getentropy(x, y) (_ssh_compat_getentropy((x), (y)))