Type Definition bpf_sys::ring_buffer_sample_fn[][src]

pub type ring_buffer_sample_fn = Option<unsafe extern "C" fn(ctx: *mut c_void, data: *mut c_void, size: size_t) -> c_int>;