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