pub unsafe extern "C-unwind" fn SSLWrite(
context: &SSLContext,
data: *const c_void,
data_length: usize,
processed: NonNull<usize>,
) -> i32๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport only.Expand description
ยงSafety
datamust be a valid pointer or null.processedmust be a valid pointer.