RtlCompareMemory

Function RtlCompareMemory 

Source
pub unsafe extern "stdcall" fn RtlCompareMemory(
    Source1: *const c_void,
    Source2: *const c_void,
    Length: SIZE_T,
) -> SIZE_T