BIO_CB_RETURN

The callback is called before and after the underling operation, The BIO_CB_RETURN flag indicates if it is after the call

extern (C) nothrow @nogc
enum BIO_CB_RETURN = 0x80;

Meta