Function ENGINE_set_ex_data

Source
pub unsafe extern "C" fn ENGINE_set_ex_data(
    e: *mut engine_st,
    idx: i32,
    arg: *mut c_void,
) -> i32