Function EVP_PKEY_meth_get_init

Source
pub unsafe extern "C" fn EVP_PKEY_meth_get_init(
    pmeth: *const evp_pkey_method_st,
    pinit: *mut Option<unsafe extern "C" fn(_: *mut evp_pkey_ctx_st) -> i32>,
)