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