pub unsafe extern "C" fn es_exec_fd_count(
event: &es_event_exec_t,
) -> u32Available on macOS and crate feature
macos_11_0_0 only.Expand description
Get the number of file descriptors in a message containing an es_event_exec_t
event: Thees_event_exec_tbeing inspected- Returns The number of file descriptors
Available for macos 11+