pub type GstValidateGetIncludePathsFunc = Option<unsafe extern "C" fn(_: *const c_char) -> *mut *mut c_char>;
enum GstValidateGetIncludePathsFunc { None, Some(unsafe extern "C" fn(_: *const i8) -> *mut *mut i8), }
No value.
Some value of type T.
T