Function EC_KEY_get_ex_data

Source
pub unsafe extern "C" fn EC_KEY_get_ex_data(
    key: *const ec_key_st,
    idx: i32,
) -> *mut c_void