pub type LenFn<T> = unsafe extern "C" fn(packet: &Packet<T>) -> u64;
Retrieves total length of the packet.