pub type CallbackInfoState = Option<unsafe extern "C" fn(ssl: *const WOLFSSL, arg1: c_int, arg2: c_int)>;
pub enum CallbackInfoState { None, Some(unsafe extern "C" fn(*const WOLFSSL, i32, i32)), }
No value.
Some value of type T.
T