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