pub unsafe extern "C-unwind" fn CFStreamCreatePairWithSocketToHost(
alloc: Option<&CFAllocator>,
host: Option<&CFString>,
port: u32,
read_stream: *mut *mut CFReadStream,
write_stream: *mut *mut CFWriteStream,
)๐Deprecated:
Use nw_connection_t in Network framework instead
Available on crate feature
CFStream only.Expand description
ยงSafety
allocmight not allowNone.hostmight not allowNone.read_streammust be a valid pointer.write_streammust be a valid pointer.