pub unsafe extern "C" fn wolfSSL_BIO_read(
    bio: *mut WOLFSSL_BIO,
    buf: *mut c_void,
    len: c_int
) -> c_int