pub unsafe extern "C" fn av_packet_new_side_data(
    pkt: *mut AVPacket,
    type_: c_uint,
    size: usize
) -> *mut u8