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