pub type WolfSSLSento = Option<unsafe extern "C" fn(sockfd: c_int, buf: *const c_void, len: usize, flags: c_int, dest_addr: *const c_void, addrlen: word32) -> isize>;Aliased Type§
pub enum WolfSSLSento {
None,
Some(unsafe extern "C" fn(i32, *const c_void, usize, i32, *const c_void, u32) -> isize),
}