pub unsafe fn CM_Get_Device_ID_ListW<P0>(
    pszfilter: P0,
    buffer: &mut [u16],
    ulflags: u32
) -> CONFIGRET
where P0: IntoParam<PCWSTR>,