Skip to main content

wolfSSL_get_ex_data

Function wolfSSL_get_ex_data 

Source
pub unsafe extern "C" fn wolfSSL_get_ex_data(
    ssl: *const WOLFSSL,
    idx: c_int,
) -> *mut c_void