Function CM_Open_Class_KeyW
pub unsafe fn CM_Open_Class_KeyW<P1>(
classguid: Option<*const GUID>,
pszclassname: P1,
samdesired: u32,
disposition: u32,
phkclass: *mut HKEY,
ulflags: u32,
) -> CONFIGRETwhere
P1: Param<PCWSTR>,