pub unsafe fn CM_Open_Class_Key_ExW<P0>(
    classguid: Option<*const GUID>,
    pszclassname: P0,
    samdesired: u32,
    disposition: u32,
    phkclass: *mut HKEY,
    ulflags: u32,
    hmachine: isize
) -> CONFIGRET
where P0: IntoParam<PCWSTR>,