Function DH_set_ex_data

Source
pub unsafe extern "C" fn DH_set_ex_data(
    d: *mut dh_st,
    idx: i32,
    arg: *mut c_void,
) -> i32