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