Function RtlCopyVolatileMemory

Source
pub unsafe extern "C" fn RtlCopyVolatileMemory(
    Destination: *mut c_void,
    Source: *const c_void,
    Length: usize,
) -> *mut c_void