Type Alias gstreamer_sys::GstMemoryUnmapFunction
source · pub type GstMemoryUnmapFunction = Option<unsafe extern "C" fn(_: *mut GstMemory)>;
Aliased Type§
enum GstMemoryUnmapFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstMemory)),
}