BIO_TYPE_START

BIO_TYPE_START is the first user-allocated BIO type. No pre-defined type, flag bits aside, may exceed this value.

extern (C) nothrow @nogc
enum BIO_TYPE_START = 128;

Meta