pub type WSNewLinkCallbackFunction = Option<unsafe extern "C" fn(server: WSLinkServer, link: WSLINK)>;
pub enum WSNewLinkCallbackFunction { None, Some(unsafe extern "C" fn(*mut c_void, *mut MLink)), }
No value.
Some value of type T.
T