Function EC_KEY_METHOD_set_compute_key

Source
pub unsafe extern "C" fn EC_KEY_METHOD_set_compute_key(
    meth: *mut ec_key_method_st,
    ckey: Option<unsafe extern "C" fn(_: *mut *mut u8, _: *mut usize, _: *const ec_point_st, _: *const ec_key_st) -> i32>,
)