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