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