pub unsafe extern "C" fn ulBufferOwnsData(buffer: ULBuffer) -> bool
Expand description

Check whether this Buffer owns its own data (Buffer was created via ulCreateBufferFromCopy). If this is false, Buffer will call the user-supplied destruction callback to deallocate data when this Buffer instance is destroyed.