Type Alias GstMemory Unmap Full Function
Source pub type GstMemoryUnmapFullFunction = Option<unsafe extern "C" fn(*mut GstMemory, *mut GstMapInfo)>;Aliased Type§
pub enum GstMemoryUnmapFullFunction {
None,
Some(unsafe extern "C" fn(*mut GstMemory, *mut GstMapInfo)),
}