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