pub unsafe extern "C" fn gst_rtsp_message_set_body(
    msg: *mut GstRTSPMessage,
    data: *const u8,
    size: c_uint
) -> GstRTSPResult