Function ClusterRegQueryValue
pub unsafe fn ClusterRegQueryValue<P1>(
hkey: HKEY,
lpszvaluename: P1,
lpdwvaluetype: Option<*mut u32>,
lpdata: Option<*mut u8>,
lpcbdata: Option<*mut u32>,
) -> i32where
P1: Param<PCWSTR>,