pub unsafe extern "C" fn phys_PxMarkSerializedMemory(
    ptr: *mut c_void,
    byteSize: u32
)
Expand description

Mark a specified amount of memory with 0xcd pattern. This is used to check that the meta data definition for serialized classes is complete in checked builds.