Type Alias yara_sys::SIZED_STRING

source ·
pub type SIZED_STRING = _SIZED_STRING;

Aliased Type§

struct SIZED_STRING {
    pub length: u32,
    pub flags: u32,
    pub c_string: [i8; 1],
}

Fields§

§length: u32§flags: u32§c_string: [i8; 1]