[][src]Function tabbyssl::libcrypto::bio::tabby_BIO_new

#[no_mangle]pub extern "C" fn tabby_BIO_new<'a>(
    method_ptr: *const TABBY_BIO_METHOD
) -> *mut TABBY_BIO<'a>

BIO_new() returns a new BIO using method type

#include <tabbyssl/openssl/bio.h>

BIO *BIO_new(BIO_METHOD *type);