SSLGetDatagramWriteSize

Function SSLGetDatagramWriteSize 

Source
pub unsafe extern "C-unwind" fn SSLGetDatagramWriteSize(
    dtls_context: &SSLContext,
    buf_size: NonNull<usize>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

buf_size must be a valid pointer.