Function mesalink::libcrypto::bio::mesalink_BIO_new[][src]

#[no_mangle]
pub extern "C" fn mesalink_BIO_new<'a>(
    method_ptr: *const MESALINK_BIO_METHOD
) -> *mut MESALINK_BIO<'a>
Expand description

BIO_new() returns a new BIO using method type

#include <mesalink/openssl/bio.h>

BIO *BIO_new(BIO_METHOD *type);