pub unsafe extern "C" fn gst_webrtc_ice_add_candidate(
    ice: *mut GstWebRTCICE,
    stream: *mut GstWebRTCICEStream,
    candidate: *const c_char,
    promise: *mut GstPromise
)