pub type GstMemoryMapFunction = Option<unsafe extern "C" fn(*mut GstMemory, size_t, GstMapFlags) -> gpointer>;
enum GstMemoryMapFunction { None, Some(unsafe extern "C" fn(_: *mut GstMemory, _: usize, _: u32) -> *mut c_void), }
No value.
Some value of type T.
T