Type Definition gst::ffi::GstMemoryCopyFunction[][src]

type GstMemoryCopyFunction = Option<extern "C" fn(mem: *mut GstMemory, offset: gssize, size: gssize) -> *mut GstMemory>;