pub unsafe fn CM_Get_Device_Interface_List_ExA<P0>(
    interfaceclassguid: *const GUID,
    pdeviceid: P0,
    buffer: &mut [u8],
    ulflags: CM_GET_DEVICE_INTERFACE_LIST_FLAGS,
    hmachine: isize
) -> CONFIGRET
where P0: IntoParam<PCSTR>,