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