Function EC_KEY_METHOD_get_init
Source pub unsafe extern "C" fn EC_KEY_METHOD_get_init(
meth: *const ec_key_method_st,
pinit: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st) -> i32>,
pfinish: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st)>,
pcopy: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st, _: *const ec_key_st) -> i32>,
pset_group: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st, _: *const ec_group_st) -> i32>,
pset_private: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st, _: *const bignum_st) -> i32>,
pset_public: *mut Option<unsafe extern "C" fn(_: *mut ec_key_st, _: *const ec_point_st) -> i32>,
)