pub unsafe extern "C-unwind" fn FSEventStreamSetDispatchQueue(
stream_ref: FSEventStreamRef,
q: Option<&DispatchQueue>,
)Available on crate features
FSEvents and dispatch2 only.Expand description
ยงSafety
stream_refmust be a valid pointer.qpossibly has additional threading requirements.