pub type GstGLBaseMemoryAllocatorDestroyFunction = Option<unsafe extern "C" fn(_: *mut GstGLBaseMemory)>;
Aliased Type§
enum GstGLBaseMemoryAllocatorDestroyFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstGLBaseMemory)),
}
pub type GstGLBaseMemoryAllocatorDestroyFunction = Option<unsafe extern "C" fn(_: *mut GstGLBaseMemory)>;
enum GstGLBaseMemoryAllocatorDestroyFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstGLBaseMemory)),
}