pub unsafe extern "C" fn phys_PxMemZero( dest: *mut c_void, count: u32, ) -> *mut c_void
Sets the bytes of the provided buffer to zero.
Pointer to memory block (same as input)