phys_PxMemZero

Function phys_PxMemZero 

Source
pub unsafe extern "C" fn phys_PxMemZero(
    dest: *mut c_void,
    count: u32,
) -> *mut c_void
Expand description

Sets the bytes of the provided buffer to zero.

Pointer to memory block (same as input)