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