Skip to main content

wolfSSL_write_ex

Function wolfSSL_write_ex 

Source
pub unsafe extern "C" fn wolfSSL_write_ex(
    ssl: *mut WOLFSSL,
    data: *const c_void,
    sz: usize,
    wr: *mut usize,
) -> c_int