Type Definition openssl_sys::GEN_SESSION_CB

pub type GEN_SESSION_CB = Option<unsafe extern "C" fn(*const SSL, *mut c_uchar, *mut c_uint) -> c_int>;
On this page