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

#[no_mangle]
pub extern "C" fn mesalink_BIO_puts(
    bio_ptr: *mut MESALINK_BIO,
    buf_ptr: *const c_char
) -> c_int

BIO_puts attempts to write a null terminated string buf to BIO b.

#include <openssl/bio.h>

int BIO_puts(BIO *b, const char *buf);