pub type GstMemoryCopyFunction = Option<unsafe extern "C" fn(*mut GstMemory, ssize_t, ssize_t) -> *mut GstMemory>;
enum GstMemoryCopyFunction { None, Some(unsafe extern "C" fn(*mut GstMemory, isize, isize) -> *mut GstMemory), }
No value.
Some value of type T.
T