pub unsafe extern "C" fn gst_rtcp_packet_sdes_add_entry(
    packet: *mut GstRTCPPacket,
    type_: GstRTCPSDESType,
    len: u8,
    data: *const u8
) -> gboolean