Defined in include/foundation/PxMemory.h
Sets the bytes of the provided buffer to zero.
dest – [out] Pointer to block of memory to set zero.
count – [in] Number of bytes to set to zero.
Pointer to memory block (same as input)