Function openssl_sys::BIO_meth_set_read[][src]

pub unsafe extern "C" fn BIO_meth_set_read(
    biom: *mut BIO_METHOD,
    read: unsafe extern "C" fn(_: *mut BIO, _: *mut c_char, _: c_int) -> c_int
) -> c_int