Type Alias BYTE_BLOB

Source
pub type BYTE_BLOB = _BYTE_BLOB;

Aliased Type§

struct BYTE_BLOB {
    pub clSize: u32,
    pub abData: [u8; 1],
}

Fields§

§clSize: u32§abData: [u8; 1]