Skip to main content

wolfSSL_BioSend

Function wolfSSL_BioSend 

Source
pub unsafe extern "C" fn wolfSSL_BioSend(
    ssl: *mut WOLFSSL,
    buf: *mut c_char,
    sz: c_int,
    ctx: *mut c_void,
) -> c_int