pub unsafe extern "C" fn BIO_meth_set_ctrl(
    biom: *mut BIO_METHOD,
    read: unsafe extern "C" fn(_: *mut BIO, _: c_int, _: c_long, _: *mut c_void) -> c_long
) -> c_int
👎Deprecated: use BIO_meth_set_ctrl__fixed_rust instead