pub unsafe extern "C" fn wolfSSL_BIO_make_bio_pair(
    b1: *mut WOLFSSL_BIO,
    b2: *mut WOLFSSL_BIO
) -> c_int