Function RtlCrc32

Source
pub unsafe extern "C" fn RtlCrc32(
    Buffer: *const c_void,
    Size: usize,
    InitialCrc: DWORD,
) -> DWORD