pub unsafe extern "C" fn phys_PxMemCopy(
dest: *mut c_void,
src: *const c_void,
count: u32,
) -> *mut c_voidExpand description
Copies the bytes of one memory block to another. The memory blocks must not overlap.
Use [PxMemMove] if memory blocks overlap.
Pointer to destination memory block