Type Alias GstMemory MapFull Function 
Source pub type GstMemoryMapFullFunction = Option<unsafe extern "C" fn(*mut GstMemory, *mut GstMapInfo, size_t) -> gpointer>;Aliased Type§
pub enum GstMemoryMapFullFunction {
    None,
    Some(unsafe extern "C" fn(*mut GstMemory, *mut GstMapInfo, usize) -> *mut c_void),
}