Function SSL_set_bio

Source
pub unsafe extern "C" fn SSL_set_bio(
    s: *mut ssl_st,
    rbio: *mut bio_st,
    wbio: *mut bio_st,
)