pub unsafe extern "C" fn BIO_meth_set_puts(
    biom: *mut BIO_METHOD,
    read: unsafe extern "C" fn(_: *mut BIO, _: *const c_char) -> c_int
) -> c_int
👎Deprecated: use BIO_meth_set_puts__fixed_rust instead