pub unsafe extern "system" fn RtlCompareMemory(
    Source1: *const c_void,
    Source2: *const c_void,
    Length: usize
) -> usize