pub unsafe extern "C-unwind" fn be_kevent(
kq: c_int,
changelist: *const kevent,
nchanges: c_int,
eventlist: *mut kevent,
nevents: c_int,
be_flags: c_uint,
) -> c_intAvailable on crate features
BEkevent and libc only.Expand description
ยงSafety
changelistmust be a valid pointer.eventlistmust be a valid pointer.