pub unsafe extern "C-unwind" fn SSLGetBufferedReadSize(
context: &SSLContext,
buffer_size: NonNull<usize>,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.Expand description
ยงSafety
buffer_size
must be a valid pointer.