evutil_offsetof.evutil_offsetof

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template evutil_offsetof(type, string field)
extern (C) nothrow
enum evutil_offsetof = mixin ("type." ~ field ~ ".offsetof");

Meta