pub unsafe extern "C-unwind" fn FSEventStreamSetExclusionPaths(
stream_ref: FSEventStreamRef,
paths_to_exclude: &CFArray,
) -> boolAvailable on crate feature
FSEvents only.Expand description
ยงSafety
stream_refmust be a valid pointer.paths_to_excludegeneric must be of the correct type.