pub unsafe extern "C" fn ulCreateBufferFromCopy(
    data: *const c_void,
    size: usize
) -> ULBuffer
Expand description

Create a Buffer from existing data, a deep copy of data will be made.