Skip to main content

WolfSSLSento

Type Alias WolfSSLSento 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *const c_void, usize, i32, *const c_void, u32) -> isize)

Some value of type T.