Function ENGINE_get_ex_data

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