Function windows::Win32::System::Memory::RtlCompareMemory

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