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