pub unsafe fn ClusterRegReadBatchAddCommand<P0, P1, P2>(
    hregreadbatch: P0,
    wzsubkeyname: P1,
    wzvaluename: P2
) -> i32
where P0: IntoParam<HREGREADBATCH>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,