Function wolfssl_sys::wolfSSL_send

source ·
pub unsafe extern "C" fn wolfSSL_send(
    ssl: *mut WOLFSSL,
    data: *const c_void,
    sz: c_int,
    flags: c_int
) -> c_int