pub unsafe extern "C-unwind" fn FSEventStreamCreate(
allocator: Option<&CFAllocator>,
callback: FSEventStreamCallback,
context: *mut FSEventStreamContext,
paths_to_watch: &CFArray,
since_when: FSEventStreamEventId,
latency: CFTimeInterval,
flags: FSEventStreamCreateFlags,
) -> FSEventStreamRefAvailable on crate feature
FSEvents only.Expand description
ยงSafety
callbackmust be implemented correctly.contextmust be a valid pointer or null.paths_to_watchgeneric must be of the correct type.