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