pub unsafe extern "C" fn BIO_meth_set_callback_ctrl( biom: *mut bio_method_st, callback_ctrl: Option<unsafe extern "C" fn(*mut bio_st, i32, Option<unsafe extern "C" fn(*mut bio_st, i32, i32) -> i32>) -> i64>, ) -> i32