falco_event::fields::types

Type Alias PT_CHARBUFARRAY

source
pub type PT_CHARBUFARRAY<'a> = Vec<&'a CStr>;
Expand description

Array of C-style strings (Vec<&CStr>)

Aliased Typeยง

struct PT_CHARBUFARRAY<'a> { /* private fields */ }