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