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