Function CM_Get_Device_Interface_Property_KeysW
pub unsafe fn CM_Get_Device_Interface_Property_KeysW<P0>(
pszdeviceinterface: P0,
propertykeyarray: Option<*mut DEVPROPKEY>,
propertykeycount: *mut u32,
ulflags: u32,
) -> CONFIGRETwhere
P0: Param<PCWSTR>,