pub type VMLErrorCallBack = Option<unsafe extern "C" fn(pdefVmlErrorContext: *mut DefVmlErrorContext) -> c_int>;
pub enum VMLErrorCallBack { None, Some(unsafe extern "C" fn(*mut _DefVmlErrorContext) -> i32), }
No value.
Some value of type T.
T