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