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