pub type GstDebugFuncPtr = Option<unsafe extern "C" fn()>;
pub enum GstDebugFuncPtr { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T