template <typename T, typename Enable = void>
struct DeleterImpl
Defined at line 424 of file ../../third_party/boringssl/src/include/openssl/base.h
The Enable parameter is ignored and only exists so specializations can use
SFINAE.