Function ClusterRegBatchAddCommand
pub unsafe fn ClusterRegBatchAddCommand<P2>(
hregbatch: HREGBATCH,
dwcommand: CLUSTER_REG_COMMAND,
wzname: P2,
dwoptions: u32,
lpdata: Option<*const c_void>,
cbdata: u32,
) -> i32where
P2: Param<PCWSTR>,