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

#[no_mangle]
pub extern "C" fn mesalink_BIO_write(
    bio_ptr: *mut MESALINK_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);