pub type VSLogHandlerFree = Option<unsafe extern "system-unwind" fn(userData: *mut c_void)>;
enum VSLogHandlerFree { None, Some(unsafe extern "system-unwind" fn(*mut c_void)), }
No value.
Some value of type T.
T