pub unsafe extern "C" fn BIO_meth_set_gets( biom: *mut bio_method_st, ossl_gets: Option<unsafe extern "C" fn(*mut bio_st, *mut i8, i32) -> i32>, ) -> i32