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