pub unsafe extern "C" fn gst_rtcp_packet_sr_set_sender_info(
    packet: *mut GstRTCPPacket,
    ssrc: u32,
    ntptime: u64,
    rtptime: u32,
    packet_count: u32,
    octet_count: u32
)