pub unsafe extern "C" fn gst_webrtc_data_channel_send_data_full(
    channel: *mut GstWebRTCDataChannel,
    data: *mut GBytes,
    error: *mut *mut GError
) -> gboolean