pub unsafe extern "C" fn wolfSSL_BIO_meth_set_write(
    biom: *mut WOLFSSL_BIO_METHOD,
    biom_write: wolfSSL_BIO_meth_write_cb
) -> c_int