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