Skip to main content

wolfSSL_recv

Function wolfSSL_recv 

Source
pub unsafe extern "C" fn wolfSSL_recv(
    ssl: *mut WOLFSSL,
    data: *mut c_void,
    sz: c_int,
    flags: c_int,
) -> c_int