pub unsafe extern "C" fn SSL_SESSION_set_ex_data(
    session: *mut SSL_SESSION,
    idx: c_int,
    data: *mut c_void
) -> c_int