pub unsafe extern "C" fn wolfSSL_BIO_meth_set_gets(
    biom: *mut WOLFSSL_BIO_METHOD,
    biom_gets: wolfSSL_BIO_meth_gets_cb
) -> c_int