pub unsafe extern "C" fn gst_webrtc_ice_get_selected_pair(
    ice: *mut GstWebRTCICE,
    stream: *mut GstWebRTCICEStream,
    local_stats: *mut *mut GstWebRTCICECandidateStats,
    remote_stats: *mut *mut GstWebRTCICECandidateStats
) -> gboolean