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

#[no_mangle]pub extern "C" fn tabby_BIO_new_mem_buf<'a>(
    buf_ptr: *mut c_void,
    len: c_int
) -> *mut TABBY_BIO<'a>

BIO_new_mem_buf() creates a memory BIO using len bytes of data at buf

#include <tabbyssl/openssl/bio.h>

BIO *BIO_new_mem_buf(const void *buf, int len);