pub unsafe extern "C" fn gst_webrtc_ice_set_remote_credentials(
    ice: *mut GstWebRTCICE,
    stream: *mut GstWebRTCICEStream,
    ufrag: *const c_char,
    pwd: *const c_char
) -> gboolean