entropy_extract
entropy_extract(seed, sizeof(seed), 0);
entropy_extract(seed, sizeof seed, 0);
error = entropy_extract(seed, sizeof seed,
error = entropy_extract(seed, sizeof seed, extractflags);
int entropy_extract(void *, size_t, int);