pub type OnConnectCb = Option<unsafe extern "C" fn(conn: *mut Conn, userdata: *mut u8) -> c_int>;
on_connect callback type
pub enum OnConnectCb { None, Some(unsafe extern "C" fn(*mut Conn, *mut u8) -> i32), }
No value.
Some value of type T.
T