jit_memset

Function jit_memset 

Source
pub unsafe extern "C" fn jit_memset(
    dest: *mut c_void,
    ch: c_int,
    len: c_uint,
) -> *mut c_void