evpstate
static struct evpstate *state;
scheduler_null_envelopes(uint64_t from, struct evpstate *dst, size_t size)
static size_t scheduler_null_envelopes(uint64_t, struct evpstate *, size_t);
scheduler_proc_envelopes(uint64_t from, struct evpstate *dst, size_t size)
static size_t scheduler_ram_envelopes(uint64_t, struct evpstate *, size_t);
scheduler_ram_envelopes(uint64_t from, struct evpstate *dst, size_t size)
void scheduler_api_on_envelopes(size_t(*)(uint64_t, struct evpstate *, size_t));
size_t (*envelopes)(uint64_t, struct evpstate *, size_t);