pub unsafe fn RtlCopyMemory(
    Destination: *mut c_void,
    Source: *const c_void,
    Length: usize
)