pub unsafe extern "C" fn ulCreateBufferFromCopy( data: *const c_void, size: usize, ) -> ULBuffer
Create a Buffer from existing data, a deep copy of data will be made.