SSLWrite

Function SSLWrite 

Source
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

  • data must be a valid pointer or null.
  • processed must be a valid pointer.