pub unsafe fn RtlCompareMemory(
    source1: *const c_void,
    source2: *const c_void,
    length: usize
) -> usize