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