Function libyml::externs::memset

source ·
pub unsafe fn memset(dest: *mut c_void, ch: i32, count: u64) -> *mut c_void
Expand description

Fills memory with a constant byte.

§Safety

The caller must ensure the memory is valid and the length is correct.