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