Function wolfssl_sys::wolfSSL_SNI_GetFromBuffer

source ·
pub unsafe extern "C" fn wolfSSL_SNI_GetFromBuffer(
    clientHello: *const c_uchar,
    helloSz: c_uint,
    type_: c_uchar,
    sni: *mut c_uchar,
    inOutSz: *mut c_uint
) -> c_int