pub unsafe extern "C" fn gst_rtsp_stream_transport_set_callbacks(
    trans: *mut GstRTSPStreamTransport,
    send_rtp: GstRTSPSendFunc,
    send_rtcp: GstRTSPSendFunc,
    user_data: gpointer,
    notify: GDestroyNotify
)