boring-sys 1.0.2

FFI bindings to BoringSSL
Documentation
use *;

extern "C" {
    pub fn NCONF_new(meth: *mut c_void) -> *mut CONF;
    pub fn NCONF_free(conf: *mut CONF);
}