Type Alias gstreamer_sys::GstMemoryUnmapFullFunction
source · pub 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)),
}