pub unsafe extern "C-unwind" fn CFReadStreamSetProperty(
stream: &CFReadStream,
property_name: Option<&CFStreamPropertyKey>,
property_value: Option<&CFType>,
) -> bool👎Deprecated:
renamed to CFReadStream::set_property
Available on crate feature
CFStream only.