Type Definition tobii_sys::MallocFn [] [src]

type MallocFn = Option<unsafe extern "C" fn(mem_context: *mut c_void, size: usize) -> *mut c_void>;