pub unsafe fn CM_Get_Device_Interface_List_SizeA<P0>(
    pullen: *mut u32,
    interfaceclassguid: *const GUID,
    pdeviceid: P0,
    ulflags: CM_GET_DEVICE_INTERFACE_LIST_FLAGS
) -> CONFIGRET
where P0: IntoParam<PCSTR>,