pub unsafe extern "C" fn gst_webrtc_ice_set_on_ice_candidate(
    ice: *mut GstWebRTCICE,
    func: GstWebRTCICEOnCandidateFunc,
    user_data: gpointer,
    notify: GDestroyNotify
)