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