Function EC_KEY_set_ex_data

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