pub unsafe extern "C" fn av_packet_rescale_ts(
    pkt: *mut AVPacket,
    tb_src: AVRational,
    tb_dst: AVRational
)