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

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

BIO_write attempts to write len bytes from buf to BIO b.

#include <openssl/bio.h>

int BIO_write(BIO *b, void *buf, int len);