pub unsafe fn CfSetCorrelationVector<P0>(
    filehandle: P0,
    correlationvector: *const CORRELATION_VECTOR
) -> Result<()>
where P0: IntoParam<HANDLE>,