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