RtlExtendCorrelationVector method
Implementation
int RtlExtendCorrelationVector(
ffi.Pointer<CORRELATION_VECTOR> CorrelationVector,
) {
return (_RtlExtendCorrelationVector ??= _dylib.lookupFunction<
_c_RtlExtendCorrelationVector,
_dart_RtlExtendCorrelationVector>('RtlExtendCorrelationVector'))(
CorrelationVector,
);
}