pub unsafe extern "C" fn BMSmoveMemory_call(
ptr: *mut c_void,
source: *const c_void,
size: usize,
)Expand description
moves the contents of one memory element into another memory element, should be used if both elements overlap, otherwise BMScopyMemory is faster