pub type plugppixNewFunc = Option<unsafe extern "C" fn(bounds: *mut prRect) -> PPixHand>;
pub enum plugppixNewFunc { None, Some(unsafe extern "C" fn(*mut prRect) -> *mut *mut PPix), }
No value.
Some value of type T.
T