pub unsafe extern "C" fn EC_KEY_set_ex_data(
    r: *mut EC_KEY,
    idx: c_int,
    arg: *mut c_void
) -> c_int