Skip to main content

wolfSSL_read_ex

Function wolfSSL_read_ex 

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