pub fn postcard_serialize_bytes<T: Serialize, const N: usize>(
    object: &T
) -> Result<Bytes<N>>