pub unsafe extern "C-unwind" fn SSLSetIOFuncs(
context: &SSLContext,
read_func: SSLReadFunc,
write_func: SSLWriteFunc,
) -> i32๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport only.Expand description
ยงSafety
read_funcmust be implemented correctly.write_funcmust be implemented correctly.