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