pub unsafe extern "C" fn gst_rtsp_client_set_send_func(
    client: *mut GstRTSPClient,
    func: GstRTSPClientSendFunc,
    user_data: gpointer,
    notify: GDestroyNotify
)