pub type EmptyBlob = Blob<0>;
#[repr(C)]pub struct EmptyBlob { pub data: [u8; 0], pub len: usize, }
data: [u8; 0]
len: usize
The actual length of this blob, if less than data.len()