pub unsafe extern "C" fn EVP_PKEY_meth_set_ctrl(
pmeth: *mut evp_pkey_method_st,
ctrl: Option<unsafe extern "C" fn(_: *mut evp_pkey_ctx_st, _: i32, _: i32, _: *mut c_void) -> i32>,
ctrl_str: Option<unsafe extern "C" fn(_: *mut evp_pkey_ctx_st, _: *const i8, _: *const i8) -> i32>,
)