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

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

BIO_new() returns a new BIO using method type

#include <mesalink/openssl/bio.h>

BIO *BIO_new(BIO_METHOD *type);