Function RSA_set_ex_data

Source
pub unsafe extern "C" fn RSA_set_ex_data(
    r: *mut rsa_st,
    idx: i32,
    arg: *mut c_void,
) -> i32