Skip to main content

wolfSSL_send

Function 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