falco_event::fields::types::owned

Type Alias PT_CHARBUFARRAY

source
pub type PT_CHARBUFARRAY = Vec<CString>;
Expand description

Array of C-style strings (Vec<CString>)

Aliased Typeยง

struct PT_CHARBUFARRAY { /* private fields */ }