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