pub unsafe extern "C" fn gst_rtsp_stream_transport_set_list_callbacks(
    trans: *mut GstRTSPStreamTransport,
    send_rtp_list: GstRTSPSendListFunc,
    send_rtcp_list: GstRTSPSendListFunc,
    user_data: gpointer,
    notify: GDestroyNotify
)