jit_memmove

Function jit_memmove 

Source
pub unsafe extern "C" fn jit_memmove(
    dest: *mut c_void,
    src: *const c_void,
    len: c_uint,
) -> *mut c_void